Fixed a forgotten period after a @xref.
authorNeil Vachharajani <neilv@src.gnome.org>
Wed, 26 May 1999 04:55:57 +0000 (04:55 +0000)
committerNeil Vachharajani <neilv@src.gnome.org>
Wed, 26 May 1999 04:55:57 +0000 (04:55 +0000)
docs/gtk.texi

index f51b7542b684951822d42b978fe21f29295101d5..6f1abfe5865afe1db7566de564df98b246a10d5d 100644 (file)
@@ -1109,7 +1109,7 @@ opaque.
 All widget creation routines in GTK return pointers to GtkWidget
 structures. In reality, all widget creation routines create structures
 that can be viewed as equivalent to the GtkWidget structure, but often
-have contain additional information. @xref{Object Implementation}
+have contain additional information. @xref{Object Implementation}.
 
 The widgets available for use are implemented in a hierarchy. Several
 widgets exist solely as common bases for more specific widgets. For